toggle menu
Spring Boot Kotlin API
4.0.0-M3
jvm
switch theme
search in API
Spring Boot Kotlin API
/
org.springframework.boot.docs.testing.springbootapplications.autoconfiguredwebservices.server
Package-level
declarations
Types
Types
Example
Endpoint
Link copied to clipboard
@
Endpoint
open
class
ExampleEndpoint
@
Endpoint
class
ExampleEndpoint
My
Web
Service
Server
Tests
Link copied to clipboard
@
WebServiceServerTest
(
value
=
[
ExampleEndpoint::class
]
)
class
MyWebServiceServerTests
(
@
Autowired
val
client
:
MockWebServiceClient
)